Html Css Color HEX #CBF018 Electric Lime

📋 copy color: '#CBF018'

red 203 ◦ green 240 ◦ blue 24

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

Shades of Electric Lime #CBF018

Tints of Electric Lime #CBF018

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.39%

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

R = 43.47%
G = 51.39%
B = 5.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.9

 K value IS 0.06

RGB Variations

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

Color information

#CBF018 (or 0xCBF018) is known color: Electric Lime. HEX triplet: CB, F0 and 18. RGB value is (203,240,24). Sum of RGB (Red+Green+Blue) = 203+240+24=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 24 (9.77% from 255 or 5.14% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF018 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF018 is #340FE7. Grayscale: #CDCDCD. Windows color (decimal): -3411944 or 1634507. OLE color: 1634507.

HSL color Cylindrical-coordinate representation of color #CBF018: hue angle of 70.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBF018 is Cyan = 0.15, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 24 -
CMYK 0.15 0 0.9 0.06
HSL 70.28º 0.88% 0.52% -
HSV(B) 70.28º 0.9% 0.94% -
XYZ 55.95 75.08 12.41 -
YUV 204.31 26.24 127.06 -
System Red Green Blue C M Y K H S L
Decimal 203 240 24 0.15 0 0.9 0.06 70.28 0.88 0.52
Hex CB F0 18 F 0 5A 6 46 58 34
Octal 313 360 30 17 0 132 6 106 130 64
Binary 11001011 11110000 11000 1111 0 1011010 110 1000110 1011000 110100

Color Harmonies of #CBF018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF018

Black with #CBF018

Text Example


Text Example

White with #CBF018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF018; }

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

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

background-color css

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

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

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

border-color css

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

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

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