Html Css Color HEX #CBF118 Electric Lime

📋 copy color: '#CBF118'

red 203 ◦ green 241 ◦ blue 24

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

Shades of Electric Lime #CBF118

Tints of Electric Lime #CBF118

RGB

 RED value IS 203 (79.69% from 255) = 43.38%

 GREEN value IS 241 (94.53% from 255) = 51.5%

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

R = 43.38%
G = 51.5%
B = 5.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CBF118 (or 0xCBF118) is known color: Electric Lime. HEX triplet: CB, F1 and 18. RGB value is (203,241,24). Sum of RGB (Red+Green+Blue) = 203+241+24=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF118 is #340EE7. Grayscale: #CDCDCD. Windows color (decimal): -3411688 or 1634763. OLE color: 1634763.

HSL color Cylindrical-coordinate representation of color #CBF118: hue angle of 70.51º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBF118 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 24 -
CMYK 0.16 0 0.90 0.05
HSL 70.51º 0.89% 0.52% -
HSV(B) 70.51º 0.9% 0.95% -
XYZ 56.25 75.67 12.51 -
YUV 204.9 25.91 126.64 -
System Red Green Blue C M Y K H S L
Decimal 203 241 24 0.16 0 0.90 0.05 70.51 0.89 0.52
Hex CB F1 18 10 0 5A 5 47 59 34
Octal 313 361 30 20 0 132 5 107 131 64
Binary 11001011 11110001 11000 10000 0 1011010 101 1000111 1011001 110100

Color Harmonies of #CBF118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF118

Black with #CBF118

Text Example


Text Example

White with #CBF118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF118; }

 p { color: rgb(203,241,24); }

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

background-color css

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

 a { background-color: rgb(203,241,24); }

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

border-color css

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

 span { border-color: rgb(203,241,24); }

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