Html Css Color HEX #CFEB0B Electric Lime

📋 copy color: '#CFEB0B'

red 207 ◦ green 235 ◦ blue 11

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

Shades of Electric Lime #CFEB0B

Tints of Electric Lime #CFEB0B

RGB

 RED value IS 207 (81.25% from 255) = 45.7%

 GREEN value IS 235 (92.19% from 255) = 51.88%

 BLUE value IS 11 (4.69% from 255) = 2.43%

R = 45.7%
G = 51.88%
B = 2.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#CFEB0B (or 0xCFEB0B) is known color: Electric Lime. HEX triplet: CF, EB and 0B. RGB value is (207,235,11). Sum of RGB (Red+Green+Blue) = 207+235+11=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB0B is #3014F4. Grayscale: #C9C9C9. Windows color (decimal): -3151093 or 781263. OLE color: 781263.

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

Color convert

RGB 207 235 11 -
CMYK 0.12 0 0.95 0.08
HSL 67.5º 0.91% 0.48% -
HSV(B) 67.5º 0.95% 0.92% -
XYZ 55.5 72.71 11.43 -
YUV 201.09 20.72 132.21 -
System Red Green Blue C M Y K H S L
Decimal 207 235 11 0.12 0 0.95 0.08 67.5 0.91 0.48
Hex CF EB B C 0 5F 8 44 5B 30
Octal 317 353 13 14 0 137 10 104 133 60
Binary 11001111 11101011 1011 1100 0 1011111 1000 1000100 1011011 110000

Color Harmonies of #CFEB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB0B

Black with #CFEB0B

Text Example


Text Example

White with #CFEB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB0B; }

 p { color: rgb(207,235,11); }

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

background-color css

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

 a { background-color: rgb(207,235,11); }

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

border-color css

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

 span { border-color: rgb(207,235,11); }

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