Html Css Color HEX #CBF407 Electric Lime

📋 copy color: '#CBF407'

red 203 ◦ green 244 ◦ blue 7

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

Shades of Electric Lime #CBF407

Tints of Electric Lime #CBF407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 44.71%
G = 53.74%
B = 1.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#CBF407 (or 0xCBF407) is known color: Electric Lime. HEX triplet: CB, F4 and 07. RGB value is (203,244,7). Sum of RGB (Red+Green+Blue) = 203+244+7=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 244 (95.70% from 255 or 53.74% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF407 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF407 is #340BF8. Grayscale: #CDCDCD. Windows color (decimal): -3410937 or 521419. OLE color: 521419.

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

Color convert

RGB 203 244 7 -
CMYK 0.17 0 0.97 0.04
HSL 70.38º 0.94% 0.49% -
HSV(B) 70.38º 0.97% 0.96% -
XYZ 57.02 77.41 12.14 -
YUV 204.72 16.42 126.77 -
System Red Green Blue C M Y K H S L
Decimal 203 244 7 0.17 0 0.97 0.04 70.38 0.94 0.49
Hex CB F4 7 11 0 61 4 46 5E 31
Octal 313 364 7 21 0 141 4 106 136 61
Binary 11001011 11110100 111 10001 0 1100001 100 1000110 1011110 110001

Color Harmonies of #CBF407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF407

Black with #CBF407

Text Example


Text Example

White with #CBF407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF407; }

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

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

background-color css

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

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

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

border-color css

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

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

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