Html Css Color HEX #CBEA0F Electric Lime

📋 copy color: '#CBEA0F'

red 203 ◦ green 234 ◦ blue 15

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

Shades of Electric Lime #CBEA0F

Tints of Electric Lime #CBEA0F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.77%

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

R = 44.91%
G = 51.77%
B = 3.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#CBEA0F (or 0xCBEA0F) is known color: Electric Lime. HEX triplet: CB, EA and 0F. RGB value is (203,234,15). Sum of RGB (Red+Green+Blue) = 203+234+15=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 234 (91.80% from 255 or 51.77% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEA0F is #3415F0. Grayscale: #C8C8C8. Windows color (decimal): -3413489 or 1043147. OLE color: 1043147.

HSL color Cylindrical-coordinate representation of color #CBEA0F: hue angle of 68.49º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBEA0F is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 15 -
CMYK 0.13 0 0.94 0.08
HSL 68.49º 0.88% 0.49% -
HSV(B) 68.49º 0.94% 0.92% -
XYZ 54.14 71.58 11.41 -
YUV 199.77 23.73 130.31 -
System Red Green Blue C M Y K H S L
Decimal 203 234 15 0.13 0 0.94 0.08 68.49 0.88 0.49
Hex CB EA F D 0 5E 8 44 58 31
Octal 313 352 17 15 0 136 10 104 130 61
Binary 11001011 11101010 1111 1101 0 1011110 1000 1000100 1011000 110001

Color Harmonies of #CBEA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA0F

Black with #CBEA0F

Text Example


Text Example

White with #CBEA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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