Html Css Color HEX #CBE70F Electric Lime

📋 copy color: '#CBE70F'

red 203 ◦ green 231 ◦ blue 15

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

Shades of Electric Lime #CBE70F

Tints of Electric Lime #CBE70F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 51.45%

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

R = 45.21%
G = 51.45%
B = 3.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#CBE70F (or 0xCBE70F) is known color: Electric Lime. HEX triplet: CB, E7 and 0F. RGB value is (203,231,15). Sum of RGB (Red+Green+Blue) = 203+231+15=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBE70F is #3418F0. Grayscale: #C6C6C6. Windows color (decimal): -3414257 or 1042379. OLE color: 1042379.

HSL color Cylindrical-coordinate representation of color #CBE70F: hue angle of 67.78º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBE70F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 203 231 15 -
CMYK 0.12 0 0.94 0.09
HSL 67.78º 0.88% 0.48% -
HSV(B) 67.78º 0.94% 0.91% -
XYZ 53.29 69.88 11.13 -
YUV 198 24.72 131.56 -
System Red Green Blue C M Y K H S L
Decimal 203 231 15 0.12 0 0.94 0.09 67.78 0.88 0.48
Hex CB E7 F C 0 5E 9 44 58 30
Octal 313 347 17 14 0 136 11 104 130 60
Binary 11001011 11100111 1111 1100 0 1011110 1001 1000100 1011000 110000

Color Harmonies of #CBE70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE70F

Black with #CBE70F

Text Example


Text Example

White with #CBE70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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