Html Css Color HEX #CBF218 Electric Lime

📋 copy color: '#CBF218'

red 203 ◦ green 242 ◦ blue 24

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

Shades of Electric Lime #CBF218

Tints of Electric Lime #CBF218

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.6%

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

R = 43.28%
G = 51.6%
B = 5.12%

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

#CBF218 (or 0xCBF218) is known color: Electric Lime. HEX triplet: CB, F2 and 18. RGB value is (203,242,24). Sum of RGB (Red+Green+Blue) = 203+242+24=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 242 (94.92% from 255 or 51.60% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF218 is #340DE7. Grayscale: #CECECE. Windows color (decimal): -3411432 or 1635019. OLE color: 1635019.

HSL color Cylindrical-coordinate representation of color #CBF218: hue angle of 70.73º 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 #CBF218 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 242 24 -
CMYK 0.16 0 0.90 0.05
HSL 70.73º 0.89% 0.52% -
HSV(B) 70.73º 0.9% 0.95% -
XYZ 56.55 76.27 12.6 -
YUV 205.49 25.58 126.23 -
System Red Green Blue C M Y K H S L
Decimal 203 242 24 0.16 0 0.90 0.05 70.73 0.89 0.52
Hex CB F2 18 10 0 5A 5 47 59 34
Octal 313 362 30 20 0 132 5 107 131 64
Binary 11001011 11110010 11000 10000 0 1011010 101 1000111 1011001 110100

Color Harmonies of #CBF218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF218

Black with #CBF218

Text Example


Text Example

White with #CBF218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF218; }

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

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

background-color css

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

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

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

border-color css

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

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

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