Html Css Color HEX #CBF70F Electric Lime

📋 copy color: '#CBF70F'

red 203 ◦ green 247 ◦ blue 15

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

Shades of Electric Lime #CBF70F

Tints of Electric Lime #CBF70F

RGB

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

 GREEN value IS 247 (96.88% from 255) = 53.12%

 BLUE value IS 15 (6.25% from 255) = 3.23%

R = 43.66%
G = 53.12%
B = 3.23%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#CBF70F (or 0xCBF70F) is known color: Electric Lime. HEX triplet: CB, F7 and 0F. RGB value is (203,247,15). Sum of RGB (Red+Green+Blue) = 203+247+15=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF70F is #3408F0. Grayscale: #D0D0D0. Windows color (decimal): -3410161 or 1046475. OLE color: 1046475.

HSL color Cylindrical-coordinate representation of color #CBF70F: hue angle of 71.38º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBF70F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 247 15 -
CMYK 0.18 0 0.94 0.03
HSL 71.38º 0.94% 0.51% -
HSV(B) 71.38º 0.94% 0.97% -
XYZ 57.98 79.25 12.69 -
YUV 207.4 19.42 124.86 -
System Red Green Blue C M Y K H S L
Decimal 203 247 15 0.18 0 0.94 0.03 71.38 0.94 0.51
Hex CB F7 F 12 0 5E 3 47 5E 33
Octal 313 367 17 22 0 136 3 107 136 63
Binary 11001011 11110111 1111 10010 0 1011110 11 1000111 1011110 110011

Color Harmonies of #CBF70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF70F

Black with #CBF70F

Text Example


Text Example

White with #CBF70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF70F; }

 p { color: rgb(203,247,15); }

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

background-color css

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

 a { background-color: rgb(203,247,15); }

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

border-color css

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

 span { border-color: rgb(203,247,15); }

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