Html Css Color HEX #CBEF14 Electric Lime

📋 copy color: '#CBEF14'

red 203 ◦ green 239 ◦ blue 20

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

Shades of Electric Lime #CBEF14

Tints of Electric Lime #CBEF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.73%

 BLUE value IS 20 (8.2% from 255) = 4.33%

R = 43.94%
G = 51.73%
B = 4.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#CBEF14 (or 0xCBEF14) is known color: Electric Lime. HEX triplet: CB, EF and 14. RGB value is (203,239,20). Sum of RGB (Red+Green+Blue) = 203+239+20=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBEF14 is #3410EB. Grayscale: #CCCCCC. Windows color (decimal): -3412204 or 1372107. OLE color: 1372107.

HSL color Cylindrical-coordinate representation of color #CBEF14: hue angle of 69.86º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBEF14 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 239 20 -
CMYK 0.15 0 0.92 0.06
HSL 69.86º 0.87% 0.51% -
HSV(B) 69.86º 0.92% 0.94% -
XYZ 55.62 74.48 12.11 -
YUV 203.27 24.57 127.81 -
System Red Green Blue C M Y K H S L
Decimal 203 239 20 0.15 0 0.92 0.06 69.86 0.87 0.51
Hex CB EF 14 F 0 5C 6 46 57 33
Octal 313 357 24 17 0 134 6 106 127 63
Binary 11001011 11101111 10100 1111 0 1011100 110 1000110 1010111 110011

Color Harmonies of #CBEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEF14

Black with #CBEF14

Text Example


Text Example

White with #CBEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEF14; }

 p { color: rgb(203,239,20); }

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

background-color css

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

 a { background-color: rgb(203,239,20); }

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

border-color css

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

 span { border-color: rgb(203,239,20); }

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