Html Css Color HEX #B2FA18 Inch Worm

📋 copy color: '#B2FA18'

red 178 ◦ green 250 ◦ blue 24

#B2FA18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #B2FA18

Tints of Inch Worm #B2FA18

RGB

 RED value IS 178 (69.92% from 255) = 39.38%

 GREEN value IS 250 (98.05% from 255) = 55.31%

 BLUE value IS 24 (9.77% from 255) = 5.31%

R = 39.38%
G = 55.31%
B = 5.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B2FA18 (or 0xB2FA18) is known color: Inch Worm. HEX triplet: B2, FA and 18. RGB value is (178,250,24). Sum of RGB (Red+Green+Blue) = 178+250+24=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 24 (9.77% from 255 or 5.31% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FA18 is #4D05E7. Grayscale: #CBCBCB. Windows color (decimal): -5047784 or 1637042. OLE color: 1637042.

HSL color Cylindrical-coordinate representation of color #B2FA18: hue angle of 79.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2FA18 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 250 24 -
CMYK 0.29 0 0.90 0.02
HSL 79.12º 0.96% 0.54% -
HSV(B) 79.12º 0.9% 0.98% -
XYZ 52.71 77.9 13.12 -
YUV 202.71 27.15 110.38 -
System Red Green Blue C M Y K H S L
Decimal 178 250 24 0.29 0 0.90 0.02 79.12 0.96 0.54
Hex B2 FA 18 1D 0 5A 2 4F 60 36
Octal 262 372 30 35 0 132 2 117 140 66
Binary 10110010 11111010 11000 11101 0 1011010 10 1001111 1100000 110110

Color Harmonies of #B2FA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FA18

Black with #B2FA18

Text Example


Text Example

White with #B2FA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FA18; }

 p { color: rgb(178,250,24); }

 H1.HeaderClassName
 {
   color: #B2FA18;
 }
 .AnyTagClassName
 {
   color: #B2FA18;
 }
</style>

background-color css

<style>
 a { background-color: #B2FA18; }

 a { background-color: rgb(178,250,24); }

 div.DivClassName
 {
   background-color: #B2FA18;
 }
 .BgClassName
 {
   background-color: #B2FA18;
 }
</style>

border-color css

<style>
 span { border-color: #B2FA18; }

 span { border-color: rgb(178,250,24); }

 td.TdClassName
 {
   border-color: #B2FA18;
 }
 .TagClassName
 {
   border-color: #B2FA18;
 }
</style>