Html Css Color HEX #CBF415 Electric Lime

📋 copy color: '#CBF415'

red 203 ◦ green 244 ◦ blue 21

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

Shades of Electric Lime #CBF415

Tints of Electric Lime #CBF415

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.14%

 BLUE value IS 21 (8.59% from 255) = 4.49%

R = 43.38%
G = 52.14%
B = 4.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#CBF415 (or 0xCBF415) is known color: Electric Lime. HEX triplet: CB, F4 and 15. RGB value is (203,244,21). Sum of RGB (Red+Green+Blue) = 203+244+21=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 244 (95.70% from 255 or 52.14% from 468); Blue value is 21 (8.59% from 255 or 4.49% from 468); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF415 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF415 is #340BEA. Grayscale: #CFCFCF. Windows color (decimal): -3410923 or 1438923. OLE color: 1438923.

HSL color Cylindrical-coordinate representation of color #CBF415: hue angle of 71.03º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBF415 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 244 21 -
CMYK 0.17 0 0.91 0.04
HSL 71.03º 0.91% 0.52% -
HSV(B) 71.03º 0.91% 0.96% -
XYZ 57.11 77.45 12.65 -
YUV 206.32 23.42 125.63 -
System Red Green Blue C M Y K H S L
Decimal 203 244 21 0.17 0 0.91 0.04 71.03 0.91 0.52
Hex CB F4 15 11 0 5B 4 47 5B 34
Octal 313 364 25 21 0 133 4 107 133 64
Binary 11001011 11110100 10101 10001 0 1011011 100 1000111 1011011 110100

Color Harmonies of #CBF415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF415

Black with #CBF415

Text Example


Text Example

White with #CBF415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF415; }

 p { color: rgb(203,244,21); }

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

background-color css

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

 a { background-color: rgb(203,244,21); }

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

border-color css

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

 span { border-color: rgb(203,244,21); }

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